home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr28 / charon40.zip / CONFIG.TEL < prev    next >
Text File  |  1993-03-01  |  4KB  |  107 lines

  1. # Sample Config.tel file for the Charon gateway        8/28/92
  2.  
  3. #--- Gateway Network Information -----#
  4.  
  5. myip        =    128.153.28.68           # An IP address or
  6.                            # 'rarp' or
  7.                            # 'bootp
  8. netmask        =    255.255.252.0          #  needed if not using BOOTP. 
  9.  
  10. #--- Gateway Hardware Information -----#
  11. hardware    =    packet
  12.                 # other harware choices
  13.                                 #  3com         - 3com 3c501
  14.                                 #  3c523        - 3com 3c523
  15.                                 #  wd800        - Western Digitial 800E
  16.                                 #  nicpc        - 
  17.                                 #  nicps        -
  18.                                 #  ni5210       - Micom Interlan NI5210 card
  19.                                 #  packet       - FTP packet Driver spec 
  20.                                 # (currently only Ethernet class devices are supported)
  21.                 # odi        - doesn't quite work with
  22.                 #          VROOM, but you can try it
  23.  
  24. # The following three variables should be set to zero if
  25. # hardware=packet or hardware=odi above
  26.  
  27. interrupt    =    0       # hardware IRQ interrupt    (2,3,5 etc)
  28. address        =    0    # hex shared memory address (paragraph) (d000)
  29. ioaddr        =    0    # hex io address    (360)
  30.  
  31. #----   Domain Name Resolution Information -----#
  32. domaintime    =    4    # domain name lookup timeout (first retry)
  33. domainretry    =    4     # domain name max number of retries 
  34. domainslist    =    "clarkson.edu,sct.clarkson.edu" 
  35.                 # domain name search path
  36.                                 # domain name lookup will attach each of these
  37.                                 # comma seperated suffixes to
  38.                                 # the end of the name you are looking for to
  39.                                 # discover the full name and IP address.
  40.                                 # so, looking for x tries x.clarkson.edu and x.aux.clarkson.edu then just x
  41.                                 # unless you use  x.  which ONLY looks for x
  42.  
  43.  
  44. ## ---- Default Network Parameters ----####
  45. name         =     default
  46. arptime        =    10    # arp timeout in seconds
  47.                 #    affects machines on your local network
  48.  
  49. retrans        =    1       # starting retransmit time out in ticks
  50.                 #   1/18ths of sec MAX 100, min 1
  51. mtu        =    1024    # maximum transmit unit in bytes
  52.                 #   outgoing packet size, MAX=1500
  53.  
  54. maxseg        =    1500    # largest segment we can receive
  55.                 #   whatever the hardware can take, MAX=4096
  56. rwin        =    4096    # most bytes we can receive without ACK
  57.                 #   =TCP window size, MAX=4096
  58.  
  59. contime        =    20      # timeout in seconds to try connection
  60.                 #   before returning error to user
  61.  
  62.  
  63. ## ---- Mailer Agent Information -----##
  64. name         =     omnigate
  65. host        =    omnigate.clarkson.edu    
  66.                 # Actual host name of machine, not session name
  67. hostip        =    128.153.4.2 
  68.                 # IP address of host
  69.  
  70. ## --- Domain Name Servers  ---- #
  71. name        =    omnigate
  72. host        =    omnigate.clarkson.edu
  73. hostip        =     128.153.4.2
  74. nameserver    =    1 
  75.  
  76. name        =    backupserver
  77. host        =    clutx.clarkson.edu
  78. hostip        =    128.153.4.3
  79. nameserver    =    2
  80.  
  81. ## --- IP Gateway Information ---- #
  82. name        =    myIPgateway
  83. host        =    gw.sos.clarkson.edu
  84. hostip        =    128.153.28.1
  85. gateway        =    1
  86.  
  87.  
  88. ## --- Other Host Information ---- #
  89. name        =    myname
  90. hostip        =    128.153.28.68
  91. host        =    romulus.erc.clarkson.edu
  92.  
  93. ## --- Remote LPR/LPD Hosts ---- #
  94. name        =    spoolhost1
  95. hostip        =    128.153.67.2
  96. host        =    borkwaz.bimblewax.clarkson.edu
  97.  
  98. name        =    spoolhost2
  99. hostip        =    128.153.23.23
  100. host        =    nible.wibble.simble.dibble.clarkson.edu
  101.  
  102.             # enough stupid examples, too much Pepsi today...
  103.  
  104.  
  105.  
  106.  
  107.